| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
NotifyTimeType |
ATn88Reader.getButtonNotifyTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATn88Reader.setButtonNotifyTime(NotifyTimeType time) |
| Modifier and Type | Method and Description |
|---|---|
abstract NotifyTimeType |
ATEAReader.getButtonNotifyTime()
Returns the button's Notify hold time.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATEAReader.setButtonNotifyTime(NotifyTimeType time)
Set the button's Notify hold time.
|
| Modifier and Type | Method and Description |
|---|---|
static NotifyTimeType |
NotifyTimeType.valueOf(int code) |
static NotifyTimeType |
NotifyTimeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotifyTimeType[] |
NotifyTimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|